home *** CD-ROM | disk | FTP | other *** search
- Intuitext.bas - Example of drawing directly with Intuition.
- ==================================================================
-
- Derived from RKM example (c) Copyright 1992 Commodore-Amiga, Inc.
-
- This is a variant on the Commodore example "Intuitext Example"
- taken from the Libraries RKM p.241.
-
- The example shows how to open draw text using the Intuitext structure
- with the user's selected system font. It contains a sub-program to
- initialise an IntuiText that you may wish to use in your programs to
- avoid unsightly POKEs.
-
-
- The example will work on versions of Workbench 2.04 or later (V37 AND above).
- above), although the InitIntuiText sub-program is applicable to all
- versions of the operating system.
-
- Compiling
- ---------
- Load the Intuitext_inc.bh file and Tokenise it (Program-Tokenise),
- making sure you have no token file selected in the File Options (Settings-
- Compiler-Files). Once you have your token file, set the File Options-Token
- File setting to the Intuitext_inc.t file just created. Load the
- Intuitext.bas file, compile & run it.
-